cterms<- sets fixed coefficient terms or indexes
and should only be called on a newly created NMF object,
i.e. in the constructor/factory generic
nmfModel.
bterms(object)<-value
cterms(object)<-valuesignature(object = "NMFstd"):
Default method tries to coerce value into a
data.frame with as.data.frame. signature(object = "NMFstd"):
Default method tries to coerce value into a
data.frame with as.data.frame. model.matrix(~ -1 + ., data=value)
to generate suitable term matrices.